ID2D1BitmapBrush1

<summary> A bitmap brush allows a bitmap to be used to fill a geometry. Interpolation mode is specified with D2D1_INTERPOLATION_MODE </summary>

version(Windows && Direct2D_1_1 && DirectWrite && WinCodec && Direct2D_1_1)
interface ID2D1BitmapBrush1 : ID2D1BitmapBrush {}

Members

Functions

GetInterpolationMode1
D2D1_INTERPOLATION_MODE GetInterpolationMode1()
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
SetInterpolationMode1
void SetInterpolationMode1(D2D1_INTERPOLATION_MODE interpolationMode)

<summary> Sets the interpolation mode used when this brush is used. </summary>

Meta